[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
IEval (nCount,bBlock) --> xValue:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Functions:
~~~~~~~~~~
repeats nCount times performing of code block bBlock.
Parameter description:
~~~~~~~~~~~~~~~~~~~~~~
nCount: number of repetitions of performing the bBlock
bBlock: the code block to perform nCount times
Return value:
~~~~~~~~~~~~~
the result of last code block performing
Remarks:
~~~~~~~~
It is a form of FOR loop.
Example:
~~~~~~~~
IEval(3,{|i|QQOut(i)})
...
Writes the numbers 1, 2 a 3.
Source code is in file Object3.prg
See Also:
WEval
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson